gdk: Drop GDK_PARENT_RELATIVE
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 May 2020 23:21:55 +0000 (19:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 May 2020 23:21:55 +0000 (19:21 -0400)
This define is not used anywhere.

gdk/gdktypes.h

index 39f151d7babc9cce4aad20863deb90ed0d9605d6..edb92b66385f7a11b9b6096bb35a39e8ec8ee846 100644 (file)
@@ -44,7 +44,7 @@
  */
 #include <gdk/gdkconfig.h>
 
-/* some common magic values */
+G_BEGIN_DECLS
 
 /**
  * GDK_CURRENT_TIME:
  */
 #define GDK_CURRENT_TIME     0L
 
-/**
- * GDK_PARENT_RELATIVE:
- *
- * A special value, indicating that the background
- * for a surface should be inherited from the parent surface.
- */
-#define GDK_PARENT_RELATIVE  1L
-
-
-
-G_BEGIN_DECLS
-
-
 /**
  * GdkPoint:
  * @x: the x coordinate of the point